From 11eba86f2af3a7c514ed92501ea0faf477d8ab65 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 12 Jul 2007 03:23:42 +0000 Subject: [PATCH] Add docs svn path=/trunk/; revision=18454 --- ChangeLog | 11 +++++++++++ gtk/gtkclipboard.c | 13 ++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f8f3b4baa4..9e495921eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-07-11 Matthias Clasen + + * gtk/gtkclipboard.c: Add documentation. + +2007-07-11 Matthias Clasen + + * gtk/gtkcelleditable.c: + * gtk/gtkcellrenderer.c: + * gtk/gtkcellrenderercombo.c: + * gtk/gtkcellrenderertext.c: Add more documentation. + 2007-07-11 Matthias Clasen * gtk/gtktreeview.c: diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c index ec8ad9d06a..920aad923a 100644 --- a/gtk/gtkclipboard.c +++ b/gtk/gtkclipboard.c @@ -167,6 +167,17 @@ gtk_clipboard_class_init (GtkClipboardClass *class) class->owner_change = gtk_clipboard_owner_change; + /** + * GtkClipboard::owner-change: + * @clipboard: the #GtkClipboard on which the signal is emitted + * @event: the @GdkEventOwnerChange event + * + * The ::owner-change signal is emitted when GTK+ receives an + * event that indicates that the ownership of the selection + * associated with @clipboard has changed. + * + * Since: 2.6 + */ clipboard_signals[OWNER_CHANGE] = g_signal_new (I_("owner_change"), G_TYPE_FROM_CLASS (gobject_class), @@ -1726,7 +1737,7 @@ gtk_clipboard_wait_is_target_available (GtkClipboard *clipboard, * _gtk_clipboard_handle_event: * @event: a owner change event * - * Emits the ::owner_change signal on the appropriate @clipboard. + * Emits the #GtkClipboard::owner-change signal on the appropriate @clipboard. * * Since: 2.6 **/ -- 2.30.2